C1.Android.Grid Assembly / C1.Android.Grid Namespace / FlexGridDetailProvider<TItem> Class
Fields Properties Methods Events

FlexGridDetailProvider<TItem> Class Members

The following tables list the members exposed by FlexGridDetailProvider<TItem>.

Public Constructors
Public Fields
Public Properties
 NameDescription
Public Property Gets or sets the template used to create the icon displayed when the detail row is collapsed.  
Public Property Gets or sets the template used to create the icon displayed when the detail row is expanded.  
Public Property Gets or sets the detail visibility mode.  
Public Property Gets or sets the height of the details.  
Public Property Gets or sets whether to show the expand/collapse buttons in the row headers.  
Top
Public Methods
 NameDescription
Public MethodAttaches the behavior to a Android.Views.View. (Inherited from C1.Android.Core.C1Behavior<FlexGrid>)
Public MethodDetaches the behavior from the Android.Views.View. (Inherited from C1.Android.Core.C1Behavior<FlexGrid>)
Public Method Hides the detail row.  
Public Method Determines whether the detail row is visible.  
Public Method Shows the detail row.  
Top
Public Events
 NameDescription
Public Event Occurs when the detail cell is being created.  
Top
See Also